STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Imagingstudy-example-qicore.xml

Raw XML (canonical form)

Example of QICore ImagingStudy (id = "imagingstudy-example-qicore")

<ImagingStudy xmlns="http://hl7.org/fhir">
  <id value="imagingstudy-example-qicore"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20
       AM</div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/imagingstudy-radiationDose">
    <valueRange>
      <low>
        <value value="200.0"/>
        <unit value="Gy"/>
      </low>
      <high>
        <value value="1234.5"/>
        <unit value="Gy"/>
      </high>
    </valueRange>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/imagingstudy-radiationDuration">
    <valueQuantity>
      <value value="25"/>
      <unit value="sec"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="s"/>
    </valueQuantity>
  </extension>
  <uid value="urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045"/>
  <patient>
    <reference value="Patient/dicom"/>
  </patient>
  <started value="2011-01-01T11:01:20+03:00"/>
  <numberOfSeries value="1"/>
  <numberOfInstances value="1"/>
  <series>
    <uid value="urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630"/>
    <number value="3"/>
    <modality>
      <system value="http://nema.org/dicom/dicm"/>
      <code value="CT"/>
    </modality>
    <description value="CT Surview 180"/>
    <numberOfInstances value="1"/>
    <bodySite>
      <!--   Added body site to support duplicate checking example   -->
      <system value="http://snomed.info/sct"/>
      <code value="67734004"/>
      <display value="Upper Trunk Structure"/>
    </bodySite>
    <instance>
      <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903"/>
      <number value="1"/>
      <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/>
      <content>
        <url value="http://localhost/fhir/Binary/1.2.840.11361907579238403408700.3.0.14.19970327150033"/>
      </content>
    </instance>
  </series>
</ImagingStudy>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.